The following table shows the series available on the catalog (Last update: 06-August-2021).
Use the sequential number to load a single series (see Example below):
For loading a single series (i.e. 2357793) run the following code:
library(tidyBdE)
# Unemployment_Rate
series_example <- bde_series_load(2357793, "Unemployment Rate")
# Visualize
series_example
#> # A tibble: 105 × 2
#> Date `Unemployment Rate`
#> <date> <dbl>
#> 1 1995-03-01 NA
#> 2 1995-06-01 NA
#> 3 1995-09-01 NA
#> 4 1995-12-01 NA
#> 5 1996-03-01 NA
#> 6 1996-06-01 NA
#> 7 1996-09-01 NA
#> 8 1996-12-01 NA
#> 9 1997-03-01 NA
#> 10 1997-06-01 NA
#> # … with 95 more rowsDetails
#> R version 4.1.0 (2021-05-18)
#> Platform: x86_64-apple-darwin17.0 (64-bit)
#> Running under: macOS Catalina 10.15.7
#>
#> Matrix products: default
#> BLAS: /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRblas.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRlapack.dylib
#>
#> locale:
#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] reactable_0.2.3 forcats_0.5.1 stringr_1.4.0 dplyr_1.0.7
#> [5] purrr_0.3.4 readr_2.0.0 tidyr_1.1.3 tibble_3.1.3
#> [9] ggplot2_3.3.5 tidyverse_1.3.1 tidyBdE_0.2.0
#>
#> loaded via a namespace (and not attached):
#> [1] Rcpp_1.0.7 lubridate_1.7.10 assertthat_0.2.1 rprojroot_2.0.2
#> [5] digest_0.6.27 utf8_1.2.2 reactR_0.4.4 R6_2.5.0
#> [9] cellranger_1.1.0 backports_1.2.1 reprex_2.0.1 evaluate_0.14
#> [13] httr_1.4.2 pillar_1.6.2 rlang_0.4.11 readxl_1.3.1
#> [17] rstudioapi_0.13 rmarkdown_2.9 pkgdown_1.6.1 textshaping_0.3.5
#> [21] desc_1.3.0 htmlwidgets_1.5.3 munsell_0.5.0 broom_0.7.9
#> [25] compiler_4.1.0 modelr_0.1.8 xfun_0.24 pkgconfig_2.0.3
#> [29] systemfonts_1.0.2 htmltools_0.5.1.1 tidyselect_1.1.1 fansi_0.5.0
#> [33] crayon_1.4.1 tzdb_0.1.2 dbplyr_2.1.1 withr_2.4.2
#> [37] grid_4.1.0 jsonlite_1.7.2 gtable_0.3.0 lifecycle_1.0.0
#> [41] DBI_1.1.1 magrittr_2.0.1 scales_1.1.1 cli_3.0.1
#> [45] stringi_1.7.3 cachem_1.0.5 fs_1.5.0 xml2_1.3.2
#> [49] ellipsis_0.3.2 ragg_1.1.3 generics_0.1.0 vctrs_0.3.8
#> [53] tools_4.1.0 glue_1.4.2 crosstalk_1.1.1 hms_1.1.0
#> [57] fastmap_1.1.0 yaml_2.2.1 colorspace_2.0-2 rvest_1.0.1
#> [61] memoise_2.0.0 knitr_1.33 haven_2.4.3
Site built with pkgdown 1.6.1.
Template by Bootstrapious . Ported to pkgdown by dieghernan.